home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / screenmaster / catalogs / screenbacker.cd next >
Text File  |  1995-07-09  |  6KB  |  306 lines

  1. #language english
  2. #version 1
  3. ;
  4. ; version $VER: ScreenBacker.cd 1.00 (8.7.95)
  5. ;
  6. ; Catalog description file for ScreenBacker (SB).
  7. ;
  8. ; Translators: read "Translators.readme" for instructions.
  9. ;
  10. ;*************************************************************************
  11. ; Initialization Strings
  12. ;*************************************************************************
  13. ;
  14. NOMEMMSG (//)
  15. Not enough memory available!
  16. ;
  17. ;
  18. NOLIBMSG (//)
  19. Couldn't open %s V%lu!
  20. ;
  21. ; <%s = libraryname, %lu = libraryversion>
  22. ;
  23. NOEXICONMSG (//)
  24. Couldn't access icon\n'%s'\nto read tooltypes!
  25. ;
  26. ; <%s = iconname>
  27. ;
  28. BADBOOLTOOLMSG (//)
  29. Invalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
  30. ;
  31. ; <%s = user's value, %s = keyword>
  32. ;
  33. BADSTRTOOLMSG (//)
  34. Invalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
  35. ;
  36. ; <%s = keyword>
  37. ;
  38. BADINTTOOLMSG (//)
  39. Invalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
  40. ;
  41. ; <%s = user's value, %s = keyword>
  42. ;
  43. BADHEXTOOLMSG (//)
  44. Invalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
  45. ;
  46. ; <%s = user's value, %s = keyword>
  47. ;
  48. BADKEYTOOLMSG (//)
  49. Invalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
  50. ;
  51. ; <%s = user's value> <%s = keyword> <%s = valid values>
  52. ;
  53. NOCXOBJMSG (//)
  54. Couldn't create commodity broker!
  55. ;
  56. ;
  57. ;*************************************************************************
  58. ; Requester title & gadget strings
  59. ;*************************************************************************
  60. ;
  61. INFORMTITLEMSG (//)
  62. Message from ScreenBacker
  63. ;
  64. ;
  65. INFORMOKAYMSG (//)
  66. OK
  67. ;
  68. ;
  69. LOADPALTITLEMSG (//)
  70. Load Palette File
  71. ;
  72. ;
  73. SAVEPALTITLEMSG (//)
  74. Save Palette File
  75. ;
  76. ;
  77. PALREQTITLEMSG (//)
  78. Change Screen Palette
  79. ;
  80. ;
  81. COMMDESCMSG (//40)
  82. Adds menus/patterns to public screens.
  83. ;
  84. ; <this is the commodity description string>
  85. ;
  86. ;*************************************************************************
  87. ; Messages related to the reading/writing of IFF and menu def files.
  88. ;*************************************************************************
  89. ;
  90. NOBMHDMSG (//)
  91. Couldn't find a bitmap\nheader (BMHD chunk) in file\n'%s'!
  92. ;
  93. ; <%s = filename>
  94. ;
  95. BADBMHDMSG (//)
  96. Invalid bitmap header\n(BMHD chunk) in file\n'%s'!
  97. ;
  98. ; <%s = filename>
  99. ;
  100. NOBODYMSG (//)
  101. Couldn't find any bitmap\ndata (BODY chunk) in file\n'%s'!
  102. ;
  103. ; <%s = filename>
  104. ;
  105. BADBODYMSG (//)
  106. Corrupt bitmap data\n(BODY chunk) in file\n'%s'!
  107. ;
  108. ; <%s = filename>
  109. ;
  110. NOSCRPTRNMSG (//)
  111. Couldn't find any screen\npattern data in file\n'%s'!
  112. ;
  113. ; <%s = filename>
  114. ;
  115. BADPATTERNMSG (//)
  116. File '%s' doesn't appear\nto be a valid pattern or ILBM!
  117. ;
  118. ; <%s = filename>
  119. ;
  120. BADPALETTEMSG (//)
  121. File '%s' doesn't appear\nto be a valid palette or ILBM!
  122. ;
  123. ; <%s = filename>
  124. ;
  125. NOOPENFILEMSG (//)
  126. Couldn't open file\n'%s'!
  127. ;
  128. ; <%s = filename>
  129. ;
  130. NOREADFILEMSG (//)
  131. Couldn't read from file\n'%s'!
  132. ;
  133. ; <%s = filename>
  134. ;
  135. NOWRITEFILEMSG (//)
  136. Couldn't write to file\n'%s'!
  137. ;
  138. ; <%s = filename>
  139. ;
  140. NOIFFMEMMSG (//)
  141. Not enough memory to process IFF file\n'%s'!
  142. ;
  143. ; <%s = filename>
  144. ;
  145. NOTIFFMSG (//)
  146. '%s'\nis not a valid IFF file!
  147. ;
  148. ; <%s = filename>
  149. ;
  150. OTHERIFFMSG (//)
  151. Couldn't process IFF file\n'%s'!\nAn unrecognized error occurred.
  152. ;
  153. ; <%s = filename>
  154. ;
  155. ;*************************************************************************
  156. ; Messages related to OPEN/CLOSE/etc ARexx commands.
  157. ;*************************************************************************
  158. ;
  159. BADCOMMANDMSG (//)
  160. Couldn't parse ARexx command:\n'%s'\nError: %s
  161. ;
  162. ; <%s = ARexx cmd, %s = DOS errmsg>
  163. ;
  164. NOSETDEFPSMSG (//)
  165. Couldn't set '%s'\nto be the default public screen!\nIt may be private or closed.\n'%s' is still the default.
  166. ;
  167. ; <%s = pubscrname> <%s = pubscrname>
  168. ;
  169. NOBACKWINMSG (//)
  170. Couldn't open backdrop window on\npublic screen '%s'!
  171. ;
  172. ; <%s = pubscrname>
  173. ;
  174. NOFINDPUBSCRMSG (//)
  175. Couldn't find a public screen named\n'%s',\nor it is currently private!
  176. ;
  177. ; <%s = pubscrname>
  178. ;
  179. NOFINDBACKWINMSG (//)
  180. Couldn't find a public screen named\n'%s',\nor there is no backdrop window on that screen.
  181. ;
  182. ; <%s = pubscrname>
  183. ;
  184. BACKALREADYMSG (//)
  185. A backdrop window is already\npresent on public screen\n'%s'.
  186. ;
  187. ; <%s = pubscrname>
  188. ;
  189. NOMENUORPATMSG (//)
  190. Illegal OPEN command: no menu or pattern specified.
  191. ;
  192. ;
  193. BADMENUMSG (//)
  194. Couldn't parse menu definition:\n%sError: %s
  195. ;
  196. ; <%s = menu definition, %s = DOS errmsg>
  197. ; <NB: deliberately no \n after menudef in above>
  198. ;
  199. CANNOTQUITMSG (//)
  200. Sorry, ScreenBacker cannot quit right now, because\nit is still in charge of one or more backdrop windows.
  201. ;
  202. ;
  203. NOHOSTMSG (//)
  204. Couldn't send command to ARexx host\n'%s': host port not found!
  205. ;
  206. ; <%s = portname>
  207. ;
  208. NORUNPROGMSG (//)
  209. Couldn't launch program\n'%s'!
  210. ;
  211. ; <%s = filename>
  212. ;
  213. NOCLOSEPSMSG (//)
  214. Couldn't close public screen\n'%s'!\nIt has visitor windows open on it.
  215. ;
  216. ; <%s = pubscrname>
  217. ;
  218. ;*************************************************************************
  219. ; Messages related to launching of commands via custom menu.
  220. ;*************************************************************************
  221. ;
  222. NOLAUNCHMSG (//)
  223. Couldn't launch command!\nReturn code: %ld
  224. ; <%ld = DOS error code returned by System()>
  225. ;
  226. NOCURDIRMSG (//)
  227. Couldn't set current directory\n'%s'\nfor command!
  228. ; <%s = dirname>
  229. ;
  230. NOOUTPUTMSG (//)
  231. Couldn't open output\n'%s'\nfor command!
  232. ; <%s = filename>
  233. ;
  234. ;
  235. ;*************************************************************************
  236. ; Menu labels and keys for backdrop windows attached to public screens.
  237. ;*************************************************************************
  238. ;
  239. PSPROJECTMENULAB (//)
  240. Project
  241. ;
  242. ;
  243. PSOPENMENULAB (//)
  244. Open Interface
  245. ;
  246. ;
  247. PSOPENMENUKEY (/1/1)
  248. O
  249. ;
  250. ;
  251. PSSETDEFMENULAB (//)
  252. Make Default
  253. ;
  254. ;
  255. PSSETDEFMENUKEY (/1/1)
  256. D
  257. ;
  258. ;
  259. PSPALREQMENULAB (//)
  260. Set Palette...
  261. ;
  262. ;
  263. PSPALREQMENUKEY (/1/1)
  264. P
  265. ;
  266. ;
  267. PSLOADMENULAB (//)
  268. Load Palette...
  269. ;
  270. ;
  271. PSLOADMENUKEY (/1/1)
  272. L
  273. ;
  274. ;
  275. PSSAVEMENULAB (//)
  276. Save Palette...
  277. ;
  278. ;
  279. PSSAVEMENUKEY (/1/1)
  280. S
  281. ;
  282. ;
  283. PSABOUTMENULAB (//)
  284. About...
  285. ;
  286. ;
  287. PSABOUTMENUKEY (/1/1)
  288. ?
  289. ;
  290. ;
  291. PSCLOSEWINMENULAB (//)
  292. Close Backdrop
  293. ;
  294. ;
  295. PSCLOSEWINMENUKEY (/1/1)
  296. K
  297. ;
  298. ;
  299. PSCLOSESCRMENULAB (//)
  300. Close Screen
  301. ;
  302. ;
  303. PSCLOSESCRMENUKEY (/1/1)
  304. Q
  305. ;
  306.